home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-09-06 | 1.5 KB | 75 lines | [TEXT/QED1] |
- ;
- ; BBS USER WELCOME MESSAGE
- ; For Mansion 8 BBS
- ;
- ; By Mark Toland
- ; Zoo System Mac BBS
- ; Fidonet 290/2
- ; 515-279-3073 9600 v.32 v.42bis
- ;
- ;
- ;
- ; • To display this message just use the DISPLAY command
- ; • in your Logon Script.
- ; •• EDIT THE PATHNAME IN THE END PART OF THIS SCRIPT TO THE
- ; •• PLACE YOU WANT THE FILE STORED ON YOUR DRIVE.
- ;
- ; • Prepare some strings
- MOVE @LIMIT,&250
- LOADUSERINFO
- LIMIT &250
- MOVE @DATE,&97
- MOVE @RETURN,&91
- MOVE Entered by -> ,&96
- CONCAT &96,&280
- ;MOVE *,&93
- ;CONCAT &96,&93
- MOVE _Welcome_Message_______________________________________________________________,&70
- ;
- /START
- PRINT
- PRINT This option allows you to enter a 'welcome message' that
- PRINT is displayed to other callers when they log on the BBS.
- PRINT
- PRINT
- PRINT Here is the current welcome message.
- ; •• EDIT THE PATHNAME
- ;PRINT &70
- DISPLAY HD 60:Mansion BBS ƒ:Mansion Data:Misc Data:LogonMessage
- PRINT
- DRAW Would you like replace this with one of your own? (Y/N):
- INPUT 1,&99
- IF &99,=,N
- END
- ENDIF
- IF &99,<>,Y
- REVERSE /START
- ENDIF
- MOVE HD 60:Mansion BBS ƒ:Mansion Data:Misc Data:LogonMessage,&10
- OUTPUT &10
- WRITE &70
- PRINT
- PRINT *Keep it NICE as this is a public board*
- MOVE HD 60:Mansion BBS ƒ:Mansion Data:Misc Data:LogonMessage,&10
- EDITFILE &10,&11,50,&12
- ;
- /REVIEW
- ;
- ;
- MOVE HD 60:Mansion BBS ƒ:Mansion Data:Misc Data:LogonMessage,&10
- OUTPUT &10
- APPEND ----------------
- APPEND &96
- MOVE @DATE,&30
- MOVE 1,&120
- SPACES &120
- MOVE Date Entered - ,&31
- CONCAT &31,&120
- CONCAT &31,&30
- APPEND &31
- CLOSE
- DISPLAY HD 60:Mansion BBS ƒ:Mansion Data:Misc Data:LogonMessage
- PRINT
- PRINT
- END
-